home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / Data1.cab / a2.htm < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-04  |  2.9 KB  |  93 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6.     <head>
  7.         <meta http-equiv="MSThemeCompatible" content="yes" />
  8.     <link href="ccc.css" type="text/css" rel="STYLESHEET" />
  9.         <script src="ccc.js"></script>
  10.         <script language="javascript">
  11.         <!--
  12.             function LoadDataFields()
  13.             {
  14.                 var strSerial = getParamVal("serial");
  15.                 var oSerial = document.getElementById("txtSerial");
  16.  
  17.                 if (strSerial != null && oSerial != null)
  18.                     oSerial.innerText = FormatSerial(strSerial);
  19.  
  20.                 var strActCode = getParamVal("activationcode");
  21.                 var oActCode = document.getElementById("txtActCode");
  22.  
  23.                 if (strActCode != null && oActCode != null)
  24.                     oActCode.innerText = FormatActivationCode(strActCode);
  25.             }
  26.         -->
  27.         </script>
  28.         <style media="print">
  29.         <!--
  30.             .PrintClass
  31.             {
  32.                 display:inline;
  33.             }
  34.             .ScreenClass
  35.             {
  36.                 display:none;
  37.             }
  38.         -->
  39.         </style>
  40.         <style media="screen">
  41.         <!--
  42.             .PrintClass
  43.             {
  44.                 display:none;
  45.             }
  46.             .ScreenClass
  47.             {
  48.                 display:inline;
  49.             }
  50.         -->
  51.         </style>
  52.     </head>
  53.     <body onload="location='pcucmd://FrameDataLoaded/'; LoadDataFields();" tabindex="-1">
  54.         <div id="pcu_data" style="DISPLAY: none">
  55.             PageDimension:630,440
  56.         </div>
  57.         <div id="ButtonBar" style="display:none">
  58.             <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1">
  59.                 <tr>
  60.                     <td align="right">
  61.                         <button accesskey="F" type="submit" id="btnContinue" name="btnContinue" onclick="location='pcucmd://Continue/'"><u>F</u>inish</button>
  62.                     <!--    <button accesskey="C" type="button" id="btnCancel" name="btnCancel" onclick="location='pcucmd://Cancel/'"><u>C</u>ancel</button> -->
  63.                     </td>
  64.                 </tr>
  65.             </table>
  66.         </div>
  67.         <div class="ScreenClass">
  68.             <h3>Thank You</h3>
  69.  
  70.             <p>You have successfully extended this trial product.</p>
  71.  
  72.             <p>Please save or print out your product activation
  73.             information and retain it for your records. This information may be required
  74.             in order to reinstall the product in the future.</p>
  75.  
  76.             <p>
  77.             Click the 'Save to file' or 'Print Now' to record
  78.             your Activation Code and Trial extension key information.
  79.             You will not have any future opportunity to do this.
  80.         </p>
  81.  
  82.             <button accesskey="S" type="button" id="btnSaveAsTextFile" onclick="location='pcucmd://SaveCode/'" NAME="btnSaveAsTextFile"><u>S</u>ave to File</button>
  83.             <button accesskey="P" type="button" id="btnPrint" onclick="document.execCommand('Print',true)" NAME="Button1"><u>P</u>rint Now</button>
  84.         </div>
  85.         <div class="PrintClass" style="font-size:12pt">
  86.             Here is your Extension Key and Activation Code.<br />
  87.             Print this page out and keep in a safe location.<br />
  88.             Extension Key: <span id="txtSerial"></span><br />
  89.             Activation Code: <span id="txtActCode"></span>
  90.         </div>
  91.     </body>
  92. </html>
  93.